object fRemoveChannelDlg: TfRemoveChannelDlg Left = 391 Top = 297 BorderStyle = bsDialog Caption = 'fRemoveChannelDlg' ClientHeight = 243 ClientWidth = 418 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object htmlRemove: THTMLabel Left = 28 Top = 20 Width = 373 Height = 61 AnchorHint = False AutoSizing = False AutoSizeType = asVertical Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( '(set at runtime)') ShadowColor = clGray ShadowOffset = 2 Transparent = True URLColor = clBlue VAlignment = tvaTop end object bvlBottom: TBevel Left = 0 Top = 193 Width = 418 Height = 50 Align = alBottom Shape = bsTopLine end object btnOK: TButton Left = 240 Top = 208 Width = 75 Height = 25 Caption = 'btnOK' Default = True ModalResult = 1 TabOrder = 2 end object btnCancel: TButton Left = 328 Top = 208 Width = 75 Height = 25 Cancel = True Caption = 'btnCancel' ModalResult = 2 TabOrder = 3 end object optRemove_FromGroup: TRadioButton Left = 28 Top = 99 Width = 377 Height = 17 Caption = '(set at runtime)' Checked = True TabOrder = 0 TabStop = True end object optRemove_Permanent: TRadioButton Left = 28 Top = 131 Width = 321 Height = 17 Caption = '(set at runtime)' TabOrder = 1 end end